Skip to main content
guest
Join
|
Help
|
Sign In
ComputerSolution
Home
guest
|
Join
|
Help
|
Sign In
ComputerSolution
Wiki Home
Recent Changes
Pages and Files
Members
Favorites
20
All Pages
20
Add
Add "All Pages"
Done
Welcome
Applications
Android
Anti Virus
Backup and Restore
BES/BlackBerry
Blacklist
Drivers
Drive Space Alerts
Email Errors
Entourage
Exchange
Fax Server
Firewall
HP Laptop
iPad and iPhone
Mac
Memory Identify
MSconfig
No-IP
Offline Sync
Outlook
Packaging
Printers
Server 2008
SMTP Settings
Spam Stopper
Tools
VDI
Windows Azure Online Backup
Windows Recovery Console
Windows 7
Windows 8
XP
Installing Nessus on Backtrack5 Gnome
Edit
0
2
…
0
Tags
No tags
Notify
RSS
Backlinks
Source
Print
Export (PDF)
Commands used to install/configure Nessus on Backtrack 5 Gnome
1. Install from apt-get
# apt-get install nessus
2. Follow the instruction displayed (add user). this user will be the administrator user, you can add other type of user later
# /opt/nessus/sbin/nessus-adduser
3. Register to nessus.org to get your activation code. if you have received it, run this command
# /opt/nessus/bin/nessus-fetch –register <key code>
4. if this procces doesnt run well, it may be caused by wrong proxy configuration. setting proxy configuration on nessus-fetch.rc will solve it
5. Upgrade your nessus
# apt-get upgrade nessus
6. Run nessus daemon
# /etc/init.d/nessusd start
7. Open your browser and enter
https://localhost:8834/
You may login to nessus now.
Javascript Required
You need to enable Javascript in your browser to edit pages.
help on how to format text
Turn off "Getting Started"
Home
...
Loading...
1. Install from apt-get
# apt-get install nessus
2. Follow the instruction displayed (add user). this user will be the administrator user, you can add other type of user later
# /opt/nessus/sbin/nessus-adduser
3. Register to nessus.org to get your activation code. if you have received it, run this command
# /opt/nessus/bin/nessus-fetch –register <key code>
4. if this procces doesnt run well, it may be caused by wrong proxy configuration. setting proxy configuration on nessus-fetch.rc will solve it
5. Upgrade your nessus
# apt-get upgrade nessus
6. Run nessus daemon
# /etc/init.d/nessusd start
7. Open your browser and enter https://localhost:8834/
You may login to nessus now.